@charset "UTF-8";
/*!
* @name index
* @author author
* @date 
*/
/**
 * @method 清除浮动 %clearfix 
 * @description 清除浮动
 * @example 调用
 * 
 * ```scss
 * div {
 *    @extend %clearfix;
 * }
 * ```
 * 
 * ```css
 * 	div {
	    *zoom: 1;
	}
	div:after {
	    display: block;
	    clear: both;

	    height: 0;

	    content: '\20';
	}
 * ```
 */
.house-news, .partner-inner, .aside-news-hd {
    *zoom: 1;
}

.house-news:after, .partner-inner:after, .aside-news-hd:after {
    display: block;
    clear: both;
    height: 0;
    content: '\20';
}

/**
 * @method 去掉虚线框 %outline 
 * @description 去掉虚线框
 * @example 调用
 * 
 * ```scss
 * div {
 *    @ extend %outline;
 * }
 * ```
 * 
 * ```css
	div {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
 * ```
 */
/**
 * @method 文字不换行后面加省略号 %text-overflow 
 * @description 文字不换行后面加省略号
 * @example 调用
 * 
 * ```scss
 * div {
 *    @extend %text-overflow;
 * }
 * ```
 * 
 * ```css
	div {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
 * ```
 */
/**
 * @method 内容换行 %word-wrap 
 * @description 内容换行
 * @example 调用
 * 
 * ```scss
 * div {
 *    @extend %word-wrap;
 * }
 * ```
 * 
 * ```css
	div {
	    word-wrap: break-word;
	    white-space: pre-wrap;
	    word-break: break-all;
	}
 * ```
 */
/**
 * @method 透明层opacity 
 * @description 透明层 内容也透明
 * @param {number} $opacity - 透明度 0 ~ 1之间
 * @example 调用
 * 
 * ```scss
 * div {
 *    @include opacity(.5);
 * }
 * ```
 * 
 * ```css
 * div {
	  opacity: .5;
	  filter: alpha(opacity=50);
 * }
 * ```
 */
/**
 * @method 背景透明层transparent 
 * @description 透明层只处理背景透明
 * @param {string} $color - 背景透明层的颜色
 * @param {number} $alpha - 透明度 0 ~ 1之间
 * @example 调用
 * 
 * ```scss
 * div {
 *    @include transparent(#000, .5);
 * }
 * ```
 * 
 * ```css
 * div {
 *    	background-color: transparent;
		background-color: (0,0,0,.5);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff,);
		zoom: 1;
 * }
 * ```
 */
/**
 * @method triangle 
 * @description 生成一个三角形图标
 * @param {string} $size - 三角的大小
 * @param {string} $color - 三角颜色
 * @param {string} $direction - 三角的方向 up, down, left, right
 * @example 调用
 * 
 * ```scss
 * i {
 *    @include triangle(5px, #bbb, up); 
 * }
 * ```
 * 
 * ```css
 * i {
 *    width: 0;
      height: 0;
      border-width: 5px;
      border-style: solid;
      border-color: transparent;
      border-bottom-color: #bbb;
 * }
 * ```
 */
/**
* @method 水平线hr nav-divider 
* @description 透明层 内容也透明
* @param {string} $color=#e5e5e5 - 线的颜色
* @param {string} $line-height-computed - 线的高度，空间
* @example 调用
* 
* ```scss
* div {
*    @include nav-divider(#e5e5e5, 24px);
* }
* ```
* 
* ```css
* div {
	  height: 1px;
	  margin: 11px 0;
	  overflow: hidden;
	  background-color: #e5e5e5;
* }
* ```
*/
@font-face {
    font-family: "ico";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/ico.eot");
    src: url("../fonts/ico.eot?#iefix") format("embedded-opentype"), url("../fonts/ico.woff") format("woff");
}

[class^="font-ico-"], .ys180 h3 .close:before, .ys180 dt:before, .ys180 dt.ico:before,
[class*=" font-ico-"] {
    font-family: "ico";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    float: none;
    margin: 0;
    vertical-align: -0.25em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.font-ico-22:before {
    content: "\EA01";
}

.font-ico-28:before, .ys180 h3 .close:before {
    content: "\EA02";
}

.font-ico-arwl:before {
    content: "\EA03";
}

.font-ico-arwr:before {
    content: "\EA04";
}

.font-ico-plus:before, .ys180 dt.ico:before {
    content: "\EA05";
}

.font-ico-plus0:before, .ys180 dt:before {
    content: "\EA06";
}

@font-face {
    font-family: "service";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/service.eot");
    src: url("../fonts/service.eot?#iefix") format("embedded-opentype"), url("../fonts/service.woff") format("woff");
}

[class^="font-service-"],
[class*=" font-service-"] {
    font-family: "service";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    float: none;
    margin: 0;
    vertical-align: -0.25em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.font-service-1:before {
    content: "\EA01";
}

.font-service-2:before {
    content: "\EA02";
}

.font-service-3:before {
    content: "\EA03";
}

.font-service-arrow:before {
    content: "\EA04";
}

.font-service-ask:before {
    content: "\EA05";
}

.font-service-balance:before {
    content: "\EA06";
}

.font-service-find-psd:before {
    content: "\EA07";
}

.font-service-go-top:before {
    content: "\EA08";
}

.font-service-home:before {
    content: "\EA09";
}

.font-service-house:before {
    content: "\EA0A";
}

.font-service-login:before {
    content: "\EA0B";
}

.font-service-order:before {
    content: "\EA0C";
}

.font-service-real-name:before {
    content: "\EA0D";
}

.font-service-register:before {
    content: "\EA0E";
}

.font-service-search:before {
    content: "\EA0F";
}

@font-face {
    font-family: "index";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/index.eot");
    src: url("../fonts/index.eot?#iefix") format("embedded-opentype"), url("../fonts/index.svg#index") format("svg"), url("../fonts/index.woff") format("woff");
}

[class^="font-index-"],
[class*=" font-index-"] {
    font-family: "index";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    float: none;
    margin: 0;
    vertical-align: -0.25em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.font-index-1:before {
    content: "\EA01";
}

.font-index-2:before {
    content: "\EA02";
}

.font-index-3:before {
    content: "\EA03";
}

.font-index-4:before {
    content: "\EA04";
}

.font-index-5:before {
    content: "\EA05";
}

.font-index-6:before {
    content: "\EA06";
}

.font-index-warn:before {
    content: "\EA07";
}

.ys180 {
    font-family: simsun;
    font-size: 12px;
    position: absolute;
    z-index: 999999;
    top: 42px;
    right: 0;
    width: 220px;
    background: #fff;
}

.ys180 h3 {
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    color: #fff;
    border-bottom: 1px solid #d6d6d6;
    background: #b00d0d;
}

.ys180 h3 .close {
    float: right;
    margin-right: 5px;
    cursor: pointer;
}

.ys180 dt,
.ys180 dd i {
    line-height: 25px;
    height: 25px;
    padding-left: 20px;
    white-space: nowrap;
}

.ys180 dt {
    font-size: 14px;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 3px;
    cursor: pointer;
    border-bottom: 1px solid #b00d0d;
    background-color: #f8f8f8;
    background-position: 5px -12px;
}

.ys180 dt:before {
    font-size: 12px;
    vertical-align: top;
}

.ys180 dt.ico:before {
    font-size: 12px;
    vertical-align: top;
}

.ys180 dt em {
    font-size: 12px;
    font-weight: normal;
    color: #2c2c2c;
}

.ys180 dd i {
    display: block;
    background-position: 9px -32px;
}

.ys180 dt,
.ys180 dt a {
    color: #b00d0d;
}

.bb9a {
    border: 2px solid #b00d0d;
}

.showys {
    line-height: 15px;
    position: absolute;
    z-index: 9999;
    top: 74px;
    right: 0;
    width: 14px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #b00d0d;
    background-position: -32px 9px;
}

.showys i {
    font-family: simsun;
    color: #ddd;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.dw {
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    left: 50%;
    overflow: hidden;
    width: 1198px;
    height: 30px;
    margin: 0 0 0 -600px;
    text-align: center;
    border: 1px solid #f3c16b;
    background: #ffd;
}

.dw .txt a {
    padding: 0 10px;
    color: #c00;
}

.dw .close {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 6px;
    cursor: pointer;
    color: #e49621;
}

.dw .close:hover {
    text-decoration: none;
}

/* ==========
vote
========== */
.vote-box {
    position: fixed;
    z-index: 999999;
    bottom: 20px;
    left: 20px;
    width: 194px;
    height: 165px;
}

.vote-img {
    width: 100%;
    height: 100%;
    background: url("../images/hongbao.png") center center no-repeat;
    background-size: 80% 80%;
}

.vote-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 1.2;
    cursor: pointer;
    padding: 0 1px;
    background-color: #ccc;
}

.vote-close:hover {
    text-decoration: none;
    color: #999;
}

.closebg {
    position: fixed;
    z-index: 1000000;
    bottom: 50px;
    left: 20px;
    display: none;
    width: 70px;
    height: 65px;
    background: url(../images/diaocha.png) no-repeat 0 0;
}

/*!
* @name btgg.css
* @author xying
* @date 2016-8-5
* @dec 背投广告
*/
[data-popads="1"] .popads-image {
    position: relative;
}

[data-popads="1"] .popads-image .operat-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

[data-popads="1"] .popads-image-sm {
    position: relative;
}

[data-popads="1"] .popads-image-sm .operat-btn {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    text-align: center;
    bottom: 0;
    padding: 10px 0;
}

[data-popads="1"] .operat {
    border: 1px solid #666;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    cursor: pointer;
}

[data-popads="1"] .operat i {
    float: left;
    font-size: 14px;
    margin-top: 1px;
    margin-right: 4px;
}

[data-popads="1"] .operat-white {
    border-color: #fff;
    color: #fff;
}

/* common */
.num {
    font: 24px georgia;
    color: #e43;
}

.f-color {
    color: #e43;
}

.line {
    border-bottom: 1px solid #e6e6e6;
}

/* ==========
tab common
========== */
.tab-header li {
    float: left;
    cursor: pointer;
    text-align: center;
    background: #fff;
}

.tab-header li.act {
    color: #e43;
}

.tab-body .item {
    width: 100%;
    height: auto;
}

/* ==========
list common
========== */
.list li {
    float: left;
}

.list li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.list li a img {
    display: block;
    transition: transform .5s ease 0s;
}

.list li a p {
    line-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    text-indent: 10px;
    color: #fff;
}

.list li p {
    line-height: 21px;
    overflow: hidden;
    height: 21px;
}

.list li .price {
    font-size: 24px;
    margin-right: 4px;
}

.list li .ad {
    margin-top: 12px;
    margin-right: 5px;
}

.list li:hover a img {
    transform: scale(1.1);
}

/* ==========
slider
========== */
.slider-wrap {
    min-width: 1200px;
    position: relative;
    background: #e0f2f4;
}

.slider-wrap .container {
    position: relative;
}

.slider-wrap .slider-content {
    overflow: hidden;
    width: 100%;
    height: 450px;
}

.slider-wrap .slider-content .slider {
    width: 100%;
    height: 450px;
}

.slider-wrap .slider-content a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-wrap .prev-btn,
.slider-wrap .next-btn {
    font-size: 34px;
    line-height: 81px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 81px;
    margin-top: -40.5px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    color: #fff;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1;
}

.slider-wrap .prev-btn i,
.slider-wrap .next-btn i {
    vertical-align: 0;
}

.slider-wrap .prev-btn {
    left: 135px;
}

.slider-wrap .next-btn {
    right: 135px;
}

.slider-wrap .small-btn {
    position: absolute;
    width: 400px;
    z-index: 10;
    bottom: 20px;
    left: 50%;
    text-align: center;
    margin-left: -200px;
}

.slider-wrap .small-btn i {
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 10px;
    cursor: pointer;
    vertical-align: middle;
    text-indent: -9999px;
    margin: 0 3px;
    background: #fff;
}

.slider-wrap .small-btn i.act {
    background: #e43;
}

/* ==========
slider 2
========== */
.slider-wrap2 {
    min-width: 1200px;
    position: relative;
    background: #e0f2f4;
}

.slider-wrap2 .container {
    position: relative;
}

.slider-wrap2 .slider-content {
    overflow: hidden;
    width: 100%;
    height: 450px;
}

.slider-wrap2 .slider-content .slider {
    width: 100%;
    height: 450px;
}

.slider-wrap2 .slider-content a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-wrap2 .prev-btn,
.slider-wrap2 .next-btn {
    font-size: 34px;
    line-height: 81px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 81px;
    margin-top: -40.5px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    color: #fff;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1;
}

.slider-wrap2 .prev-btn i,
.slider-wrap2 .next-btn i {
    vertical-align: 0;
}

.slider-wrap2 .prev-btn {
    left: 135px;
}

.slider-wrap2 .next-btn {
    right: 135px;
}

.slider-wrap2 .small-btn {
    position: absolute;
    width: 400px;
    z-index: 10;
    bottom: 20px;
    left: 50%;
    text-align: center;
    margin-left: -200px;
}

.slider-wrap2 .small-btn i {
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 10px;
    cursor: pointer;
    vertical-align: middle;
    text-indent: -9999px;
    margin: 0 3px;
    background: #fff;
}

.slider-wrap2 .small-btn i.act {
    background: #e43;
}

.slider-wrap2 .small-btn1 {
    z-index: 20;
    top: 70px;
    right: 15px;
    left: auto;
    position: absolute;
    width: 256px;
    padding-top: 54px;
    height: 290px;
    text-align: left;
    margin-left: 0;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000, endColorstr=#B3000000);
    zoom: 1;
    border: 1px solid rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7), 0 0 80px rgba(0, 0, 0, 0.7) inset;
}

.slider-wrap2 .small-btn1 i {
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 10px;
    cursor: pointer;
    vertical-align: middle;
    text-indent: -9999px;
    margin: 0 3px;
    background: #fff;
}

.slider-wrap2 .small-btn1 i.act {
    background: #e43;
}

.slider-wrap2 .small-btn1 p a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-indent: 40px;
    color: #ccc;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    /* Firefox 4 */
    -webkit-transition: all 0.1s linear 0s;
    /* Safari 和 Chrome */
    -o-transition: all 0.1s linear 0s;
    /* Opera */
}

.slider-wrap2 .small-btn1 p.act a {
    font-weight: bold;
    color: #ff5c38;
    font-size: 20px;
    line-height: 40px;
}

.slider-wrap2 .slider-tit {
    position: absolute;
    right: 25px;
    top: 80px;
    line-height: 40px;
    font-size: 20px;
    color: #ccc;
    z-index: 40;
    width: 236px;
    border-bottom: 1px solid #666;
    font-weight: bold;
}

.slider-wrap2 .slider-tit span {
    margin-right: 2px;
}

.slider-wrap2 .slider-tit span.font-index-warn {
    vertical-align: inherit;
}

.index-search {
    z-index: 20;
    position: absolute;
    top: 10px;
    width: 100%;
}

.index-search .commcent {
    width: 1200px;
    margin: 0 auto;
}

.index-search .commcent .container {
    height: 70px;
}

.common-search {
    margin-top: 18px;
    float: right;
}

.common-search form {
    background: none;
}

.common-search .s-cate {
    position: absolute;
    z-index: 20;
    margin: 7px 0 0 10px;
    color: #39ac6a;
    line-height: 25px;
    cursor: pointer;
}

.common-search .s-cate span {
    display: block;
    background-color: #ececec;
    text-align: center;
    border-radius: 2px;
    width: 55px;
}

.common-search .s-cate span em {
    padding-left: 2px;
    line-height: 20px;
}

.common-search .s-cate > div {
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    position: absolute;
    background-color: #ececec;
    top: 0px;
    left: 0;
    width: 0px;
    height: 25px;
    overflow: hidden;
    border-radius: 2px;
    transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    /* Firefox 4 */
    -webkit-transition: all 0.25s linear 0s;
    /* Safari 和 Chrome */
    -o-transition: all 0.25s linear 0s;
    /* Opera */
}

.common-search .s-cate > div p {
    width: 300px;
}

.common-search .s-cate > div.act {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 300px;
    overflow: visible;
}

.common-search .s-cate span {
    float: left;
    width: 58px;
    background: transparent;
}

.common-search .s-cate span em {
    font-size: 12px;
}

.common-search .s-cate span:hover {
    background-color: #39ac6a;
    color: #fff;
}

.common-search .s-txt {
    float: left;
    background-color: #fff;
    width: 325px;
    height: 38px;
    border: 1px solid lightgray;
    border-right: none;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.common-search .s-txt.act {
    box-shadow: 0 0 2px 0px #ccc inset;
}

.common-search .s-txt input {
    border: none;
    width: 225px;
    margin-left: 80px;
    line-height: 35px;
    height: 35px;
}

.common-search .s-btn {
    float: left;
    background-color: #fff;
    height: 38px;
    width: 50px;
    border-radius: 0 4px 4px 0;
    position: relative;
    cursor: pointer;
    border: 1px solid lightgray;
    border-left: none;
}

.common-search .s-btn input {
    background: transparent;
    width: 50px;
    border: none;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    color: #39ac6a;
}

/* ==========
search
========== */
.search-form {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 680px;
    margin-left: -340px;
    display: block;
    border-radius: 5px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000, endColorstr=#4D000000);
    zoom: 1;
}

.search-form form {
    padding: 20px;
}

.search-form .logo {
    height: 28px;
    margin-bottom: 15px;
}

.search-form .search-cate {
    margin-bottom: 10px;
}

.search-form .search-cate a {
    font-size: 16px;
    margin-right: 12px;
    position: relative;
    float: left;
    padding: 4px 12px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
}

.search-form .search-cate a i {
    font-size: 18px;
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -8px;
    color: transparent;
}

.search-form .search-cate a:hover {
    text-decoration: none;
}

.search-form .search-cate a.act {
    background: #e43;
}

.search-form .search-cate a.act i {
    color: #e43;
}

.search-form .quick {
    font-size: 16px;
    line-height: 32px;
    margin-left: 20px;
    color: #fff;
}

.search-form .quick:hover {
    text-decoration: none;
    color: #e43;
}

.search-form .quick i {
    vertical-align: -2px;
}

.search-form .search-wrap {
    width: 640px;
}

.search-form .search-wrap .search-input {
    line-height: 20px;
    width: 548px;
    height: 32px;
    padding: 6px 10px;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.search-form .search-wrap .search-btn {
    font-size: 22px;
    line-height: 46px;
    width: 68px;
    height: 46px;
    color: #fff;
    border: 0;
    background: #e43;
}

/* ==========
menu
========== */
.menu {
    min-width: 1200px;
    padding: 18px 0;
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 1px 10px #d5d5d5;
}

.menu dl {
    float: left;
    width: 300px;
}

.menu dl dt {
    float: left;
    width: 100px;
    margin-top: 9px;
    text-align: right;
}

.menu dl dt a {
    font-size: 28px;
}

.menu dl dt a:hover {
    text-decoration: none;
}

.menu dl dd {
    width: 165px;
    margin-left: 100px;
}

.menu dl dd a {
    font-size: 16px;
    display: inline-block;
    margin-top: 4px;
    margin-left: 15px;
    color: #666;
}

.menu dl dd a:hover {
    color: #f00;
}

/* ==========
资讯
========== */
.house-news .aside {
    float: left;
    width: 300px;
}

.house-news .aside1 {
    float: right;
    width: 300px;
}

.house-news .content {
    float: left;
    width: 600px;
}

.house-news .content-inner {
    padding: 0 20px;
}

.house-news .content li {
    float: left;
    width: 270px;
}

.house-news .content li.top {
    width: auto;
    float: none;
    text-align: center;
}

.house-news .content li.news-panel-left {
    margin-right: 20px;
}

.house-news .news-panel li {
    line-height: 35px;
    overflow: hidden;
    height: 35px;
}

.house-news .news-panel li i {
    display: inline-block;
    overflow: hidden;
    width: 4px;
    height: 4px;
    margin-right: 7px;
    vertical-align: middle;
    text-indent: -9999px;
    background-color: #e8e5e5;
    *display: none;
}

.house-news .news-panel li .cate {
    font-size: 16px;
    line-height: 30px;
    float: left;
    height: 30px;
    margin-top: 2px;
    margin-right: 7px;
    padding: 0 10px;
    text-align: center;
    text-indent: 0;
    color: #fff;
    background: #e43;
}

.house-news .news-panel li.top a {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.house-news .news-panel li.top a:hover {
    text-decoration: none;
}

/* banner */
.focus {
    position: relative;
    overflow: hidden;
    zoom: 1;
    width: 300px;
    height: 220px;
}

.focus ul {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 220px;
}

.focus li {
    position: relative;
    float: left;
    width: 300px;
    height: 220px;
    overflow: hidden;
}

.focus li a {
    display: block;
    cursor: pointer;
}

.focus li .tit {
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    z-index: 1;
    bottom: 22px;
    left: 30px;
    overflow: hidden;
    width: 240px;
    height: 18px;
    text-align: center;
}

.focus li .tit a {
    margin-top: 0;
    color: #fff;
}

.focus li .tit a:hover {
    text-decoration: none;
}

.focus li .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 50px;
    opacity: .7;
    background: #000;
    filter: alpha(opacity=70);
}

.focus .foucsTit {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 300px;
    text-align: center;
}

.focus .foucsTit i {
    font-size: 0;
    line-height: 7px;
    display: inline-block;
    overflow: hidden;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
}

.focus .foucsTit i.on {
    background: red;
}

.focus:hover .focusBtnL,
.focus:hover .focusBtnR {
    display: block;
}

.focus .focusBtnL,
.focus .focusBtnR {
    line-height: 50px;
    position: relative;
    z-index: 1;
    display: none;
    width: 40px;
    height: 50px;
    margin-top: -50px;
}

.focus .focusBtnL img,
.focus .focusBtnR img {
    display: none;
    cursor: pointer;
}

.focus .focusBtnL span,
.focus .focusBtnR span {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

.focus .focusBtnL {
    float: left;
}

.focus .focusBtnL img {
    float: right;
}

.focus .focusBtnL span {
    float: left;
}

.focus .focusBtnR {
    float: right;
}

.focus .focusBtnR span {
    float: right;
}

/* head-lines */
.head-lines {
    height: 84px;
    background: #fafafa;
}

.head-lines .tit {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    float: left;
    width: 64px;
    height: 64px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #e43;
}

.head-lines .tit .arrow {
    line-height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -9px;
    width: 9px;
    height: 17px;
    vertical-align: middle;
    text-indent: -9px;
    color: #e43;
}

.head-lines .txt {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    display: block;
    overflow: hidden;
    height: 44px;
    margin-bottom: 4px;
    padding: 0 20px;
    text-overflow: ellipsis;
    color: #e43;
}

.head-lines .txt:hover {
    text-decoration: none;
}

.head-lines p a {
    line-height: 24px;
    display: inline-block;
    overflow: hidden;
    height: 24px;
    margin-left: 20px;
    vertical-align: middle;
}

/* ==========
recommend
========== */
.recommend .tab-header {
    border: 1px solid #ddd;
    border-bottom-color: #fff;
}

.recommend .tab-header li {
    font-size: 18px;
    line-height: 50px;
    width: 299.5px;
    height: 50px;
    margin-left: -1px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #fafafa;
}

.recommend .tab-header li.act {
    line-height: 44px;
    height: 48px;
    border-top: 3px solid #e43;
    border-bottom-color: #fff;
    background: #fff;
}

.recommend .tab-body {
    overflow: hidden;
    height: 250px;
}

.recommend .item {
    min-height: 250px;
}

.recommend .list {
    margin-left: -25px;
}

.recommend .list li {
    font-size: 12px;
    width: 220px;
    margin-left: 25px;
    color: #666;
}

.recommend .list a {
    width: 220px;
    height: 165px;
    margin-bottom: 3px;
}

.recommend .list a img {
    width: 220px;
    height: 165px;
}

.recommend .list a p {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
}

.recommend .list a:hover p {
    background-color: transparent;
    background-color: rgba(238, 68, 51, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80EE4433, endColorstr=#80EE4433);
    zoom: 1;
}

/* ==========
floor
========== */
.thlp_count {
    display: none;
}

.panel .panel-title {
    line-height: 40px;
    position: relative;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
}

.panel .panel-title h2 {
    font-size: 24px;
    display: inline;
    padding-left: 20px;
    border-left: 4px solid #e43;
}

.panel .map {
    line-height: 20px;
    display: block;
    margin-top: 12px;
    margin-left: 15px;
}

.panel .map:hover {
    text-decoration: none;
}

.panel .map i {
    font-size: 28px;
    float: left;
    margin-right: 5px;
    vertical-align: 3px;
    color: #e43;
}

.panel .floor-tab-header {
    position: absolute;
    bottom: -1px;
    left: 230px;
}

.panel .floor-tab-header a {
    font-size: 16px;
    display: inline-block;
    width: 104px;
    text-align: center;
    border-bottom: 1px solid #000;
}

.panel .floor-tab-header a span {
    display: block;
    border-bottom: 3px solid #fff;
}

.panel .floor-tab-header a.act {
    color: #e43;
    border-color: #e43;
}

.panel .floor-tab-header a.act span {
    border-color: #e43;
}

.panel .floor-tab-header a:hover {
    text-decoration: none;
}

.panel .panel-body {
    padding-top: 30px;
}

.panel .panel-body .aside-menu {
    width: 200px;
}

.panel .panel-body .floor-tab-body {
    overflow: hidden;
    width: 700px;
    height: 428px;
}

.panel .panel-body .floor-tab-body .item {
    width: 100%;
}

.panel .panel-body .aside {
    width: 300px;
}

/* filter */
.aside-menu dl {
    padding: 12px 0 12px 10px;
    border-top: 1px solid #eee;
    border-right: 1px solid #fff;
}

.aside-menu dl dt {
    margin-bottom: 4px;
}

.aside-menu dl h4 {
    font-size: 14px;
    font-weight: 700;
}

.aside-menu dl h4 .arrow {
    font-family: 'simsun';
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
}

.aside-menu dl a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    vertical-align: middle;
}

.aside-menu .filter-wrap {
    position: relative;
    z-index: 999;
}

.aside-menu .filter-wrap dl {
    position: relative;
    z-index: 1001;
}

.aside-menu .filter-wrap .filter dd {
    overflow: hidden;
    height: 48px;
}

.aside-menu .filter-wrap .filter-more {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 200px;
    display: none;
    width: 360px;
    min-height: 400px;
    margin-left: -1px;
    padding: 5px 20px;
    border: 1px solid #eee;
    background: #fff;
}

.aside-menu .filter-wrap .filter-more h4 {
    color: #e43;
}

.aside-menu .filter-wrap .filter-more dl {
    margin-top: 6px;
    padding: 0;
    border-top-color: #fff;
}

.aside-menu .filter-wrap.open .filter-more {
    display: block;
}

.aside-menu .filter-wrap.open .arrow {
    color: #e43;
}

/* 看房团报名 */
.kanfang {
    line-height: 35px;
    width: 200px;
    height: 85px;
    color: #666;
    background: url(../images/kanfang.jpg) no-repeat 0 0;
}

.kanfang h4 {
    font-size: 16px;
    color: #333;
}

.kf-list {
    overflow: hidden;
    height: 105px;
}

.kf-list li {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    font-size: 12px;
}

.kf-list li a {
    color: #e43;
}

.info {
    height: 36px;
    overflow: hidden;
}

/* body */
.floor-tab-body .item {
    display: none;
}

.floor-tab-body .list {
    margin-top: -28px;
}

.floor-tab-body li {
    width: 193px;
    margin-top: 28px;
    margin-left: 30px;
}

.floor-tab-body li a {
    width: 193px;
    height: 138px;
    margin-bottom: 5px;
}

.floor-tab-body li a img {
    width: 193px;
    height: 138px;
}

.floor-tab-body li a p {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
}

.floor-tab-body li a:hover {
    text-decoration: underline;
}

.floor-tab-body li a:hover p {
    background-color: transparent;
    background-color: rgba(238, 68, 51, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3EE4433, endColorstr=#B3EE4433);
    zoom: 1;
}

.floor-tab-body li .price {
    color: #f40;
}

/* partner */
.partner {
    overflow: hidden;
    margin-right: 28px;
    clear: both;
}

.partner-inner {
    margin-right: -50px;
    padding-top: 10px;
}

.partner a {
    display: inherit;
    float: left;
    overflow: hidden;
    width: 150px;
    height: 70px;
    margin-right: 23px;
    padding: 2px;
    border: 1px solid #ddd;
}

.partner a img {
    display: block;
    width: 150px;
    height: 70px;
    transition: transform .5s ease 0s;
}

.partner a:hover img {
    transform: scale(1.1);
}

/* 看房资讯 */
.aside h3 {
    font-size: 18px;
}

.aside h3 .fr {
    font-size: 12px;
    margin-top: 7px;
}

.aside-news-hd .tit {
    float: left;
}

.aside-news-hd .more {
    float: right;
}

.aside-news li {
    line-height: 32px;
    overflow: hidden;
    height: 32px;
}

.aside-news li.first a {
    font-size: 18px;
    font-weight: 700;
    color: #e43;
}

.aside-news li.first a:hover {
    text-decoration: none;
}

.aside-news i {
    display: inline-block;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    background-color: #e8e5e5;
}

.aside-news a {
    margin-right: 5px;
    margin-left: 5px;
}

/* 最新开盘 */
.new-property .tab-header {
    border-bottom: 1px solid #ddd;
}

.new-property .tab-header li {
    line-height: 30px;
    width: 100px;
    height: 30px;
    background: #f4f4f4;
}

.new-property .tab-header li.act {
    color: #fff;
    background: #e43;
}

.new-property .item {
    display: none;
}

.new-property .item li {
    line-height: 42px;
    overflow: hidden;
    height: 42px;
    border-bottom: 1px dashed #ddd;
}

.new-property .item li:hover {
    background: #f8f8f8;
}

.new-property .item li:last-child {
    border-bottom-color: #fff;
}

.new-property .item a span {
    font-size: 12px;
    color: #888;
}

.new-property .item span {
    color: #e43;
}

/* 广告转换 */
.house-ad-slider {
    position: relative;
    width: 300px;
    height: 176px;
}

.house-ad-slider .house-ad {
    display: none;
}

.house-ad-slider .big-img {
    width: 300px;
    height: 160px;
}

.house-ad-slider .big-img .house-ad {
    display: none;
}

.house-ad-slider .small-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 10px;
}

.house-ad-slider .small-btn i {
    display: block;
    float: left;
    overflow: hidden;
    width: 30px;
    height: 10px;
    margin-left: 10px;
    text-indent: -9999px;
    background: #e6e6e6;
}

.house-ad-slider .small-btn i.act {
    background: #e43;
}

/* 发布消息 */
@keyframes bounce-down {
    25% {
        transform: translateY(-2px);
    }
    50%,
    100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(2px);
    }
}

.release-news {
    margin-left: -10px;
}

.release-news a {
    line-height: 30px;
    display: block;
    float: left;
    width: 145px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #e43;
}

.release-news a:nth-child(2n) {
    background: #f60;
}

.release-news a:hover {
    text-decoration: none;
    opacity: .8;
}

.release-news a:hover i {
    animation: bounce-down 1s linear 1;
}

.release-news a i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: -3px;
}

/* 经纪人 */
.broker li {
    padding: 13px 10px;
    border-top: 1px solid #ddd;
}

.broker li img {
    float: left;
    width: 43px;
    height: 56px;
    margin-top: 4px;
    margin-right: 20px;
    border-radius: 2px;
}

.broker li:hover {
    background: #f8f8f8;
}

.more-broker {
    font-size: 16px;
    line-height: 50px;
    display: block;
    width: 300px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: url(../images/more-broker.png) no-repeat 20px 0 #e43;
}

.more-broker:hover {
    text-decoration: none;
    color: #fff !important;
    opacity: .8;
}

/* ==========
daquan
========== */
.daquan .tab-header li {
    font-size: 18px;
    line-height: 50px;
    position: relative;
    z-index: 2;
    width: 170px;
    height: 50px;
    margin-right: -1px;
    border: 1px solid #ddd;
}

.daquan .tab-header li.act {
    line-height: 46px;
    height: 48px;
    border-top: 3px solid #e43;
    border-bottom-color: #fff;
}

.daquan .tab-body {
    position: relative;
    z-index: 1;
    margin-top: -1px;
    border: 1px solid #ddd;
}

.daquan .tab-body .item {
    display: none;
    min-height: 190px;
    padding-top: 10px;
}

.daquan .tab-body .item li {
    line-height: 34px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.daquan .tab-body .item .zx-col4 li {
    width: 280px;
    padding: 0 0 0 15px;
}

.daquan .tab-body a {
    color: #666;
}

.daquan .tab-body a:hover {
    color: #f00;
}

.daquan .tab-body p {
    line-height: 40px;
    margin-top: 13px;
    padding-left: 15px;
    color: #666;
    border-top: 1px dashed #ddd;
}

.daquan .tab-body p a {
    margin-right: 5px;
}

/* ==========
f-link
========== */
.f-link-tit {
    font-size: 24px;
    text-align: left;
}

.f-link {
    min-width: 1200px;
    padding: 20px 0;
    background: #ececec;
}

.f-link a {
    display: inline-block;
    margin: 0 10px;
}

/*** 开盘日历
--------------------- ***/
.colC_iner1 {
    border: 1px #e5e5e5 solid;
    height: 210px;
    border-top: 1px solid #e43;
}

.calendarBox #calendarMonth {
    display: none;
}

.nav_kprl {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    border-bottom: 1px #efefef solid;
}

.nav_kprl h2 {
    float: left;
    width: 48px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #e43;
}

.nav_kprl .btn_kprl i {
    color: #e43;
    display: inline-block;
    cursor: pointer;
}

.nav_kprl .leftBtn {
    float: left;
}

.nav_kprl .rightBtn {
    float: left;
}

.calendarTab {
    float: left;
    width: 204px;
    overflow: hidden;
    background-color: #fff;
    border-left: 1px #efefef solid;
}

.calendarTab .t_width {
    width: 900px;
}

.calendarTab ul li {
    float: left;
    width: 33px;
    border-left: 1px #efefef solid;
    border-right: 1px #efefef solid;
    margin-left: -1px;
    text-align: center;
    cursor: pointer;
    color: #e43;
}

.calendarTab ul li.calendarOn {
    background-color: #e43;
    color: #fff;
}

.con_kprl {
    width: 306px;
    overflow: hidden;
    position: relative;
}

.con_kprl li {
    line-height: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
}

.con_kprl li.blank0 {
    line-height: 0;
    height: 0;
}

.con_kprl li .calendar_dp {
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    background: #fafafa;
    width: 34px;
    height: 16px;
    line-height: 16px;
    color: #666;
    text-align: center;
    border: 1px #c7c7c7 solid;
}

.con_kprl li.ico {
    width: 76px;
    color: #e43;
    font-weight: bold;
}

.iner_kprl {
    width: 924px;
    position: relative;
}

.iner_kprl .kp-content1,
.iner_kprl .kp-content2,
.iner_kprl .kp-content3 {
    float: left;
    width: 300px;
    margin-right: 8px;
    height: 165px;
}

.scrollBox_all1,
.scrollBox_all2,
.scrollBox_all3 {
    margin-top: 5px;
}

.scrollBox_all1 .scrollBoxC1,
.scrollBox_all2 .scrollBoxC2,
.scrollBox_all3 .scrollBoxC3 {
    height: 160px;
    overflow: hidden;
    position: relative;
}

.scrollBox_all1 .scrollContent,
.scrollBox_all2 .scrollContent,
.scrollBox_all3 .scrollContent {
    width: 268px;
    clear: both;
    position: absolute;
    overflow: hidden;
    padding-left: 10px;
}

.scrollBarBg {
    position: absolute;
    top: 0;
    right: 0;
    height: 160px;
    width: 6px;
    zoom: 1;
    z-index: 2;
    display: none;
}

.scrollBar {
    width: 6px;
    background-color: #c1c1c1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.index-sort {
    display: flex;
    margin-bottom: 20px;
}

.index-sort .index-sort-container {
    width: 400px;
    padding-top: 10px;
}

.index-sort .index-sort-container .index-sort-title {
    border-bottom: 1px solid #ccc;
}

.index-sort .index-sort-container .index-sort-title li {
    float: left;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    border-bottom: 0 solid #ccc;
    font-size: 16px;
    cursor: pointer;
}

.index-sort .index-sort-container .index-sort-title li.active {
    border-bottom: 2px solid #df2f30;
    color: #df2f30;
}

.index-sort .index-sort-container .index-sort-list {
    padding-right: 40px;
    display: none;
    height: 460px;
}

.index-sort .index-sort-container .index-sort-list.active {
    display: block;
}

.index-sort .index-sort-container .index-sort-list .index-sort-item {
    border-bottom: 1px dotted #d3d3d3;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    font-size: 14px;
}

.index-sort .index-sort-container .index-sort-list .index-sort-item:last-child {
    border-bottom-width: 0;
}

.index-sort .index-sort-container .index-sort-list .index-sort-item .number {
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #ddd;
    margin-top: 15px;
    margin-right: 10px;
}

.index-sort .index-sort-container .index-sort-list .index-sort-item .number.top {
    background: #df2f30;
}

.index-sort .index-sort-container .index-sort-list .index-sort-item .title {
    float: left;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-sort .index-sort-container .index-sort-list .index-sort-item .price {
    float: right;
    text-align: right;
    width: 110px;
}

.index-sort .index-sort-container .index-sort-list .index-sort-item .newtitle {
    float: left;
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.playico {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 6px;
    top: 70px;
}

/*# sourceMappingURL=http://localhost:8888/css/index.css.map */
